-
-
Notifications
You must be signed in to change notification settings - Fork 359
add the graham scan in go #402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hey @Liikt We are currently waiting on a review for golang. I don't know if we have too much expertise in the language. If no one steps up, I'll do the review, but I might ask dumb questions because I don't know the best practices in golang. Just letting you know what's happening with this PR and #403, #404, #405, #406 |
Sure thing. I'd be happy to answer any questions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, thanks for the contribution
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a bunch of leftover conflict markers
contents/graham_scan/graham_scan.md
Outdated
@@ -22,8 +22,14 @@ We can find whether a rotation is counter-clockwise with trigonometric functions | |||
[import:36-38, lang:"javascript"](code/javascript/graham-scan.js) | |||
{% sample lang="py" %} | |||
[import:4-6, lang:"python"](code/python/grahamScan.py) | |||
{% sample lang="go" %} | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't look right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ohh woops :D i'll remove them XD
compiled with
go version go1.11 linux/amd64
and has no errors